home *** CD-ROM | disk | FTP | other *** search
/ PC Home 138 / PC Home issue 138.iso / Software / Essentials / Netscape / nim.xpi / bin / chrome / aim.jar / content / aim / IM.xul < prev    next >
Encoding:
Extensible Markup Language  |  2002-06-09  |  4.5 KB  |  101 lines

  1. <?xml version="1.0"?> 
  2.  
  3. <?xml-stylesheet href="chrome://aim/skin/imWindow.css" type="text/css"?>
  4.  
  5. <?xul-overlay href="chrome://global/content/globalOverlay.xul"?>
  6. <?xul-overlay href="chrome://communicator/content/tasksOverlay.xul"?>
  7. <?xul-overlay href="chrome://aim/content/IMKnockKnockOverlay.xul"?>
  8. <?xul-overlay href="chrome://aim/content/IMConverseOverlay.xul"?>
  9. <?xul-overlay href="chrome://communicator/content/communicatorOverlay.xul"?>
  10.  
  11.  
  12. <!DOCTYPE window SYSTEM "chrome://aim/locale/IM.dtd" >
  13.  
  14. <window xmlns:html="http://www.w3.org/1999/xhtml"
  15.         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  16.         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
  17.         title="&AimIM.title;" id="AimIM" imMode="KnockKnock" name="AimIM" icqtitle="&AimIM_ICQ.title;"
  18.         onload="AimIMOnWndLoad()" onunload="AimIMOnWndUnload()" windowtype="Aim:AimIM"
  19.         orient="vertical" width="520" height="340" persist="screenX screenY width height">
  20.  
  21.   <broadcaster id="IMAttribs" imScreenName="" imMode="Normal" imAction="false" />
  22.   <observes element="IMAttribs" attribute="imMode" />
  23.   <observes element="IMAttribs" attribute="imAction" />
  24.   <observes element="IMAttribs" attribute="imWarningPercent" onchange="AimIMUpdateWarningPercent()" />
  25.   <!--<observes element="IMAttribs" attribute="imScreenName" onchange="AimIMUpdateFormTitle()" /> -->
  26.   <broadcaster id="sessionComposeWatcher" sessionMode="Aim"/>
  27.  
  28.  
  29.  
  30.   <script language="JavaScript" src="chrome://aim/content/timestamps.js" />
  31.   <script language="JavaScript" src="chrome://aim/content/aimHelpers.js" />
  32.   <script language="JavaScript" src="chrome://global/content/strres.js" />
  33.   <script language="JavaScript" src="chrome://communicator/content/utilityOverlay.js" />
  34.   <script language="JavaScript" src="chrome://aim/content/Aim.js" />
  35.   <script language="JavaScript" src="chrome://aim/content/AimIM.js" />
  36.   <script language="JavaScript" src="chrome://aim/content/IM.js" />
  37.   <script language="JavaScript" src="chrome://aim/content/AimAutoComplete.js"/>
  38.   <script language="JavaScript" src="chrome://aim/content/AimBuddy.js"/>
  39.   <script language="JavaScript" src="chrome://editor/content/editor.js"/>
  40.   <script language="JavaScript" src="chrome://aim/content/Warnings.js"/>
  41.   <script language="JavaScript" src="chrome://editor/content/ComposerCommands.js"/>
  42.  
  43.   <!-- image pre-cacheing  -->
  44.   <resourcebundle id="resource_bundle_aim_im" />
  45.     
  46.   <commandset id="tasksCommands">
  47.     <commandset id="globalEditMenuItems"/>
  48.     <commandset id="selectEditMenuItems"/>
  49.     <commandset id="undoEditMenuItems"/>
  50.     <commandset id="clipboardEditMenuItems"/>
  51.     <commandset id="composerMenuItems"/>
  52.     <commandset id="composerEditMenuItems"/>
  53.     <commandset id="composerSaveMenuItems"/>    
  54.     <commandset id="composerStyleMenuItems"/>
  55.     <!-- File Menu -->
  56.     <command id="cmd_newNavigator"/>
  57.     <command id="cmd_newMessage"/>
  58.     <command id="cmd_IM"  oncommand="aimIMInvokeIMForm(null)"/>
  59.     <command id="cmd_close" oncommand="cmdFileClose()"/>
  60.     <command id="cmd_printSetup" oncommand="goPageSetup()"/>
  61.     <command id="cmd_print" oncommand="cmdFilePrint('im')"/>
  62.     <command id="cmd_quit"/>
  63.     <!-- Edit Menu -->
  64.     <command id="cmd_undo"/>
  65.     <command id="cmd_redo"/>
  66.     <command id="cmd_cut"/>
  67.     <command id="cmd_copy"/>
  68.     <command id="cmd_paste"/>
  69.     <command id="cmd_delete"/>
  70.     <command id="cmd_selectAll"/>
  71.     <command id="cmd_preferences" oncommand="openPrefWindow()"/> 
  72.     <!-- View Menu -->
  73.     <command id="cmdViewToolbarsButtons" oncommand="goToggleToolbar( 'buttonToolbar','cmdViewToolbarsButtons');" checked="true"/>
  74.     <command id="cmdViewToolbarsCompose" oncommand="goToggleToolbar( 'FormatToolbar','cmdViewToolbarsCompose');" checked="true"/>
  75.     <!-- People Menu -->
  76.     <commandset id="converseOverlayMenuItems"/>
  77.   </commandset>
  78.   
  79.   <keyset id="tasksKeys">
  80.     <key id="key_newNavigator"/>
  81.     <key id="key_newMessage"/>
  82.     <key id="key_newIM"  key="&IMCmd.key;" command="cmd_IM" modifiers="accel,shift"/>
  83.     <key id="key_close"/>
  84.     <key id="key_quit"/>
  85.   </keyset>
  86.   <keyset id="editorKeys"/>
  87.   <keyset id="converseOverlayMenuKeys"/>
  88.  
  89.   <popupset id="popup_set"/>
  90.   <popupset id="aTooltipSet"/>
  91.   <popupset id="aimContentContextPopup"/>
  92.  
  93.   <toolbox id="main_toolbox"/>
  94.   
  95.   <vbox id="KnockKnockOrg" name="KnockKnockOrg" flex="1" class="Hide-in-Icq">
  96.     <observes element="sessionComposeWatcher"  attribute="sessionMode"/>
  97.   </vbox>
  98.   <vbox id="ConverseOrg" name="ConverseOrg" flex="1"/>
  99.         
  100. </window>
  101.